home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso
/
pc
/
assets
/
sid-profile.dcr
/
00075_down-arrow.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-22
|
255 b
|
17 lines
on mouseDown
repeat while the stillDown
if the locV of sprite 18 > -334 then
set the locV of sprite 18 to the locV of sprite 18 - 5
end if
updateStage()
end repeat
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end